-
Notifications
You must be signed in to change notification settings - Fork 149
chore: update dependencies + run prettier on codebase #234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update dependencies + run prettier on codebase #234
Conversation
BREAKING CHANGE: Requires Node@^10.22.1 || 12.x BREAKING CHANGE: Requires ESLint@^7.5.x
Tons of dev dependencies bumped. Are we sure we are not affected by any of their breaking changes? They'll be probably removing node v8 support and similar stuff, but still. |
@Belco90 I checked them all out and only Node versions are really breaking in our case |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's merge this one. Could you clarify why the minimum node version went from 10.12.0 to 10.22.1 please?
@all-contributors please add @MichaelDeBoey for maintenance |
I've put up a pull request to add @MichaelDeBoey! 🎉 |
@Belco90 It's because of the |
That's just a dev dependency, it's not a breaking change then. |
@Belco90 It is, but |
Sure, but won't be a breaking change for users using this package. So we need to remember to exclude that breaking change message to arrive to the final release. |
🎉 This PR is included in version 4.0.0-beta.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 4.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
BREAKING CHANGE: Requires Node@^10.22.1 || 12.x
BREAKING CHANGE: Requires ESLint@^7.5.x